Sent Property (MessageFilter Object)
The Sent
property sets filtering on whether a message was sent through the MAPI system
or not. Read/write.
Syntax
objMessageFilter.Sent
Data Type
Boolean
Remarks
A message s Sent
property is True if it was sent through the MAPI system and False
if it was posted or saved.
In general,
there are three different kinds of messages: messages that get sent, messages
that get posted, and messages that get saved. Sent messages are
characterized by traditional e-mail messages sent to a recipient or public
folder. Posted messages are characterized by messages created in a public
folder. Saved messages are characterized by messages that are created and saved
without either sending or posting.
For all three
kinds of messages, you can use the Unread property. For more information,
see the Message object s Sent